string variable

英 [strɪŋ ˈveəriəbl] 美 [strɪŋ ˈveriəbl]

网络  字符串变量; 字符变量; 字串变量; 字串变数; 字符串變量

计算机



双语例句

  1. Of course, that doesn't just mean that you create a String variable and stuff the XPath into it.
    当然,这不仅仅意味着创建一个String变量并将XPath填充到其中。
  2. Then, the value from the Property text will assign to the string variable MyText.
    然后,将来自属性(Property)文本的值分配给字符串变量MyText。
  3. In contrast, concatenating a string is pretty much just a case of running a single opcode to append a string variable to an existing string variable.
    相反,连接字符串操作非常简单,只是运行一个操作码,将一个字符串变量附加到一个现有的字符串变量中即可。
  4. Use the int variable iter to indicate the different "article" elements in the XML document, and the String variable elemtext to specify the element tag name.
    使用int变量iter来表示XML文档中不同的“article”元素,同时使用String变量elemtext来制定元素标签名称。
  5. The benefits of working with XML in Groovy become even more evident when you store the XML in a String variable instead of a file.
    当您将XML存储在String变量而不是文件中时,在Groovy中使用XML的好处会变得更加明显。
  6. For example: the content of the String variable strProperty_Text is equal to something that has to do with the object placeOrder.
    例如:String变量strPropertyText的内容等于与对象placeOrder有关的内容。
  7. After setting up the mysqli connection to the database, it defines which RSS feed will be examined and fetches it into a string variable.
    建立到数据库的mysqli连接之后,它定义查看哪个RSSfeed并将其放入字符串变量。
  8. Finally, the String variable result is set to logged_in because authentication is successful.
    最后,因为成功进行了身份验证,所以将字符串变量result设置为loggedin。
  9. When executed from a command line, the program reads the XML content from a file into a string variable.
    在命令行中执行的时候,该程序将XML内容从文件读入一个字符串变量。
  10. If the name is title, the code puts the actual contents of the element into the String variable title.
    如果这个元素的名字是title,这段代码将把该元素的实际内容放到字符串变量title中。
  11. The script loads the file text into a string variable, explodes it into an array using new lines, and determines the name of the vendor from the first element of the array.
    此脚本将此文件文本载入到一个字符串变量,将其explode到一个使用了新行的数组并根据此数组的第一个元素决定商家的名称。
  12. We define the SQL statement as a string variable for two reasons
    因为以下两个原因,我们将SQL语句定义成了一个字符串变量
  13. The contents of this row are stored in the datapool_array string variable array.
    此行的内容存储在datapoolarray字符串变量数组中。
  14. Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the LENGTH function.
    字符串变量的长度:SUBSTR函数的输入参数,决定了结果字符串的期望长度或LENGTH函数的输出。
  15. A string variable needs to contain the SQL clause in the correct syntax.
    字符串变量需要按正确的语法包含SQL子句。
  16. For simplicity, the server communications are not included; instead, the JSON data is provided as a string variable named serverresponse.
    为简单起见,不包括服务器通信;相反,JSON数据作为一个字符串变量serverresponse提供。
  17. Next, use the method addFromString(), which allows you to create an entry in the ZIP archive using string data or from a string variable.
    接下来,使用addFromString()方法,该方法允许您使用字符串数据或通过字符串变量在ZIP归档中创建条目。
  18. In this case, we choose the String variable and supply the text value from the prototype method above ( remember to include quotes to enclose the text).
    在本例中,我们选择String变量并提供上面的原型方法中的文本值(记住在文本两边加上引号)。
  19. Now that you're back to the start of the file, you can read the file contents into a string variable and parse the contents of the string appropriately.
    现在回到了文件的开始之处,可以把文件内容读入string变量并对string做适当地解析。
  20. Then retrieve the three submitted values from the POST request variable into String variable types.
    然后把POSTrequest变量提交的三个变量检索到String变量类型中。
  21. Declaring the statement as a string variable when you develop your application makes it easier to convert to a production application.
    开发应用程序时将语句声明为字符串变量使得将应用程序转换成生产应用程序更加容易。
  22. You already created a string variable called SelectedProfile for the selected profile name.
    您已经为所选择的概要名称创建了一个名为SelectedProfile的字符串变量。
  23. Initialize a$ string variable to hold your results, then use mysql_num_rows() to check whether you get any rows back.
    初始化一个$string变量来保存结果,然后使用mysqlnumrows()检查是否得到了任何结果。
  24. Initialize an empty stack and empty result string variable.
    初始化一个空堆栈,将结果字符串变量置空。
  25. This statement will be a string variable that is passed to the Prepare_SQL_Statement sub-procedure.
    这个语句将是一个传递到PrepareSQLStatement子过程的字符串变量。
  26. Although using a string variable is easier, you might need to use an internal table if a remote function call sends the dynamic SQL code.
    尽管使用字符串变量更容易,但是如果通过远程函数调用发送动态SQL,可能需要使用内部表。
  27. When a long string variable is assigned a string constant, the string pointer is assigned the address of the memory block generated for the string constant.
    当一个串变量被赋予一个串常量时,串指针被赋予串常量内存块的地址。
  28. For example, you can use a Text String variable to change the string of text in a text object.
    例如,您可以使用文本字符串变量来改变字符串的文本在文本对象。
  29. After verifying that a string variable, servername, is empty, the example displays a MessageBox with a question box icon, offering the user the option to cancel the operation.
    验证字符串变量servername为空后,此示例显示一个带有提问框图标的messagebox,为用户提供取消该操作的选项。
  30. Maintain state, which here is represented by a simple string variable.
    维护状态,例子中用了简单的字符串变量来代表。